home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Palettes / ScrollViewDeluxe / SVDInspector.h < prev    next >
Text File  |  1993-11-01  |  362b  |  21 lines

  1. #import <appkit/appkit.h>
  2. #import <apps/InterfaceBuilder.h>
  3.  
  4. @interface SVDInspector : IBInspector
  5. {
  6.     id    deluxeMatrix;
  7.     id    pageLeftRightSwitch;
  8.     id    pageUpDownSwitch;
  9.     id    zoomSwitch;
  10.     id    topRulerSwitch;
  11.     id    leftRulerSwitch;
  12.     id    arrowsButton;
  13.     id    borderMatrix;
  14.     id    backGrayMatrix;
  15.     id    scrollerMatrix;
  16.     id    lineCell;
  17.     id    pageCell;
  18. }
  19.  
  20. @end
  21.